OP_MODE=PWM, BIAS=HALF, TYPE=TYPE_A, LCD_MODE=LS
LCD Configuration Register
LS_EN | Low speed (LS) generator enable 1: enable 0: disable |
HS_EN | High speed (HS) generator enable 1: enable 0: disable |
LCD_MODE | HS/LS Mode selection 0 (LS): Select Low Speed (32kHz) Generator (Works in Active, Sleep and DeepSleep power modes). 1 (HS): Select High Speed (system clock) Generator (Works in Active and Sleep power modes only). |
TYPE | LCD driving waveform type configuration. 0 (TYPE_A): Type A - Each frame addresses each COM pin only once with a balanced (DC=0) waveform. 1 (TYPE_B): Type B - Each frame addresses each COM pin twice in sequence with a positive and negative waveform that together are balanced (DC=0). |
OP_MODE | Driving mode configuration 0 (PWM): PWM Mode 1 (CORRELATION): Digital Correlation Mode |
BIAS | PWM bias selection 0 (HALF): 1/2 Bias 1 (THIRD): 1/3 Bias 2 (FOURTH): 1/4 Bias (not supported by LS generator) 3 (FIFTH): 1/5 Bias (not supported by LS generator) |
COM_NUM | The number of COM connections minus 2. So: 0: 2 COM’s 1: 3 COM’s … 13: 15 COM’s 14: 16 COM’s 15: undefined |
LS_EN_STAT | LS enable status bit. This bit is a copy of LS_EN that is synchronized to the low speed clock domain and back to the system clock domain. Firmware can use this bit to observe whether LS_EN has taken effect in the low speed clock domain. Firmware should never change the configuration for the LS generator without ensuring this bit is 0. The following procedure should be followed to disable the LS generator:
|